C1.DataCollection Assembly / C1.DataCollection Namespace / C1CacheDataCollection<T> Class
The type of the items in the collection.
Members

C1CacheDataCollection<T> Class
Collection that takes another source and cache the items.
Syntax
Type Parameters
T
The type of the items in the collection.
Remarks
The creation of the items will be delayed until they are accessed. This way the memory and processor usage is optimized.
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DataCollectionBase<T>
      C1.DataCollection.C1WrapDataCollection<S,T>
         C1.DataCollection.C1WrapDataCollection<T>
            C1.DataCollection.C1CacheDataCollection<T>

See Also